home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / wg20.exe / sysctrlnt._xe / 0 / RCDATA / TFORM14 / TFORM14.txt
Encoding:
Text File  |  1999-11-15  |  2.8 KB  |  140 lines

  1. object Form14: TForm14
  2.   Left = 362
  3.   Top = 301
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Email Options'
  7.   ClientHeight = 212
  8.   ClientWidth = 299
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 80
  21.     Top = 15
  22.     Width = 189
  23.     Height = 13
  24.     Caption = 'Interval for sending out logs (in minutes).'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 139
  34.     Top = 45
  35.     Width = 111
  36.     Height = 13
  37.     Caption = 'DNS Server IP Address'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 141
  47.     Top = 74
  48.     Width = 66
  49.     Height = 13
  50.     Caption = 'Email Address'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clNavy
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object SpinEdit1: TSpinEdit
  59.     Left = 8
  60.     Top = 11
  61.     Width = 65
  62.     Height = 22
  63.     EditorEnabled = False
  64.     Increment = 10
  65.     MaxValue = 2000
  66.     MinValue = 10
  67.     TabOrder = 0
  68.     Value = 60
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 115
  72.     Top = 176
  73.     Width = 75
  74.     Height = 27
  75.     Caption = 'OK'
  76.     TabOrder = 1
  77.     OnClick = BitBtn1Click
  78.   end
  79.   object Edit1: TEdit
  80.     Left = 8
  81.     Top = 41
  82.     Width = 121
  83.     Height = 21
  84.     TabOrder = 2
  85.     Text = '198.41.0.6'
  86.   end
  87.   object Edit2: TEdit
  88.     Left = 8
  89.     Top = 70
  90.     Width = 121
  91.     Height = 21
  92.     TabOrder = 3
  93.   end
  94.   object CheckBox1: TCheckBox
  95.     Left = 9
  96.     Top = 102
  97.     Width = 216
  98.     Height = 17
  99.     Caption = 'Send Most Recent Activity Log'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clNavy
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     State = cbChecked
  107.     TabOrder = 4
  108.   end
  109.   object CheckBox2: TCheckBox
  110.     Left = 9
  111.     Top = 125
  112.     Width = 240
  113.     Height = 17
  114.     Caption = 'Send Most Recent Keystroke Log'
  115.     Font.Charset = DEFAULT_CHARSET
  116.     Font.Color = clNavy
  117.     Font.Height = -11
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     State = cbChecked
  122.     TabOrder = 5
  123.   end
  124.   object CheckBox3: TCheckBox
  125.     Left = 9
  126.     Top = 148
  127.     Width = 224
  128.     Height = 17
  129.     Caption = 'Send Most Recent Captured Screenshot'
  130.     Font.Charset = DEFAULT_CHARSET
  131.     Font.Color = clNavy
  132.     Font.Height = -11
  133.     Font.Name = 'MS Sans Serif'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     State = cbChecked
  137.     TabOrder = 6
  138.   end
  139. end
  140.